MailboxStatisticsByKeywordsMailboxes Property |
Gets the mailboxes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<UserMailbox> Mailboxes { get; }Public ReadOnly Property Mailboxes As IList(Of UserMailbox)
Get
Property Value
Type:
IListUserMailboxThe mailboxes.
See Also